home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0747.ZIP / TUTOR2.TUT < prev    next >
Text File  |  1987-05-12  |  6KB  |  239 lines

  1. Welcome back to SAIL!
  2.  
  3. We hope you enjoyed Part 1 of this tutorial.  This tutorial will take about
  4. 5 minutes, so let's go.
  5.  
  6.  
  7.  
  8.  
  9. REPEATING COMMANDS
  10. ------------------
  11. All SAIL commands can be given a numeric argument.  For example, if you wish
  12. to go to line 10 of the file, [Esc]-30 ^G.
  13.  
  14.  
  15. = Enter [Esc]-30 ^G.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. Did you get here?  You would have if you entered the last command right.
  31.  
  32. = Enter [PgDn].
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. ABORTING COMMANDS
  44. -----------------
  45.  
  46. Whenever you start a command that requests input and you want to stop it,
  47. enter ^C.  For example, you can use ^C to discard a numeric argument or the
  48. beginning of a command that you don't want to finish.
  49.  
  50.  
  51.  
  52.  
  53. = Type [Esc]-100 to make a numeric argument of 100, THEN TYPE ^C.
  54. = Now enter the Down cursor.
  55.  
  56.  
  57.   How many lines did you move down?  (Since you cancelled the 100, you
  58.   should have moved only one line down).
  59.  
  60. = Enter [PgDn].
  61.  
  62.  
  63.  
  64. MESSAGE LINE
  65. ------------
  66.  
  67. SAIL uses the last line of the screen (below the status line) as a
  68. message line.
  69.  
  70. Sometimes you may do something which SAIL doesn't allow.  If it is
  71. something simple, such as typing a control key sequence which is not
  72. associated with any command, SAIL will simply beep.
  73.  
  74. For some commands, SAIL will display information at the bottom of the
  75. screen.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. = Enter [PgDn].
  83.  
  84.  
  85.  
  86.  
  87. INSERTING AND DELETING
  88. ----------------------
  89.  
  90. If you want to type text, just do it.
  91.  
  92. Characters which you can see, such as A, 7, *, etc. are taken by SAIL as
  93. text and are immediately inserted.  Type [Return] (the carriage-return
  94. key) to insert a line separator.
  95.  
  96. You can delete the last character you typed by entering [BS].
  97. You can also delete the character at the cursor by typing [Delete].
  98.  
  99. = Type a few characters then delete them with [Delete].  Don't worry
  100.   about this file being changed; you won't affect the master tutorial.
  101.   This is just a copy of it.
  102.  
  103.  
  104. = Enter [PgDn].
  105.  
  106.  
  107.  
  108. = The following line goes off the right edge.  Put the cursor in the line.
  109. = Keep typing [Right]'s until the cursor goes off the right edge of the screen.  Note the '<' and '>' at each edge.  Keep typing [Right]'s and watch where SAIL decides to scroll the line.
  110.  
  111. This is one of those things easier to explain by example.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. = Enter [PgDn].
  127.  
  128.  
  129.  
  130. GETTING MORE HELP
  131. -----------------
  132.  
  133. There is so much available in SAIL that it would be a monumental task to
  134. explain it all in a series of tutorials.  The way to get help is to
  135. press F1.  Once you press F1, the following keys are valid:
  136.  
  137.        1 to 9       On the main menu, selects the subject.
  138.        [Home]       Goes back to the main menu.
  139.        [End]        Ends Help and goes back to editing.
  140.        [PgUp]       Displays the previous page.
  141.        [PgDn]       Displays the next page.
  142.  
  143. = Enter F1.  Remember to exit help, press [End].
  144.  
  145.   If you cannot access help, please reread the installation
  146.   instructions.  Possible problems are:  (1) SAIL couldn't find
  147.   COMMAND.COM, (2) you didn't specify the PORT environment variable,
  148.   or (3) SAILHELP.EXE is not in the directory specified in PORT.
  149.  
  150. = Next press [PgDn].
  151.  
  152. CHANGING THE SCREEN COLORS
  153. --------------------------
  154.  
  155. (Monochrome systems:  please skip this section.)  If you have a color
  156. monitor, you can change the screen colors to match SAIL with your other
  157. DOS programs.  SAIL allows you to specify the color combinations used
  158. for (1) the main text and (2) the status line.
  159.  
  160. To access the color installation screen, press F2.  Once you press F2,
  161. the following keys are valid:
  162.  
  163.      [Up]/[Down]   Changes the background color for the selected item.
  164.    [Left]/[Right]  Changes the foreground color for the selected item.
  165.    [PgUp]/[PgDn]   Selects the next item.
  166.       [Alt]-S      Saves the color combinations.
  167.       [End]        Ends the color installation screen.
  168.  
  169. = Enter F2.  Remember that you can exit by pressing [End].
  170.  
  171. = Press [PgDn].
  172.  
  173.  
  174.  
  175.  
  176.  
  177. You'll probably find that if you use SAIL for a few days you won't be
  178. able to give it up.  Initially it may be hard to learn, but that is the
  179. case with any editor, especially a powreful one that can do many, many
  180. things.  And SAIL can do almost everything.
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. = Enter [PgDn].
  194.  
  195.  
  196. Acknowledgements
  197. ----------------
  198.  
  199. We would like to thank the following individuals and organizations, the
  200. inventors of EMACS and uEMACS, which formed a basis for SAIL.
  201.  
  202.    M.I.T., the organization originating EMACS.
  203.    Dave Conroy, originator of uEMACS.
  204.    Steve Wilhite, author of uEMACS V1.00.
  205.    George Jones, author of uEMACS V2.00.
  206.    Daniel Lawrence, author of uEMACS V3.61.
  207.  
  208. Thanks folks!!!!  We learned a lot from you!!!!!!
  209.  
  210.  
  211. SAIL has a user-friendly interface, extensive help, and color.  SAIL
  212. also has a SPEEDY CRT device driver.  The documentation for SAIL is more
  213. consistent, easier to understand, and the messages are more meaningful.
  214.  
  215. = Press [PgDn]
  216.  
  217.  
  218. Future refinements planned for SAIL include a menu-driven interface,
  219. regular expression and incremental search, and support for the EGA and
  220. PS-2, as well as use in networking.
  221.  
  222.  
  223. Thank you trying out SAIL.
  224.  
  225. We hope that you like SAIL and will use it in your daily work.
  226. Contributing your energy by using our products makes our programming
  227. efforts worthwhile.
  228.  
  229. Financial contributions make fine software such as SAIL possible.  If
  230. you like our editor, please register and we'll send you a printed copy
  231. of the documentation.
  232.  
  233.  
  234.                                        Software Creations
  235.  
  236.  
  237.  
  238. = Enter [Alt-Q].
  239.